Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GPT-4o-mini and Llama 3.3 70B on Stanford Health Care API #3277

Merged
merged 4 commits into from
Jan 17, 2025

Conversation

yifanmai
Copy link
Collaborator

@yifanmai yifanmai commented Jan 16, 2025

Also adds support for OpenAI on Azure
Fixes #1415

@yifanmai yifanmai merged commit 966b50b into main Jan 17, 2025
8 checks passed
@yifanmai yifanmai deleted the yifanmai/fix-stanfordhealthcare-openai-client branch January 17, 2025 04:22
@yifanmai
Copy link
Collaborator Author

Example of how you would use this:

In credentials.conf:

stanfordhealthcareEndpoint: https://your-domain-name/
stanfordhealthcareApiKey: your-private-key

Then use run entries like:

mmlu:subject=anatomy,model=openai/gpt-4o-mini-2024-07-18,model_deployment=stanfordhealthcare/gpt-4o-mini-2024-07-18
mmlu:subject=anatomy,model=meta/llama-3.3-70b-instruct,model_deployment=stanfordhealthcare/llama-3.3-70b-instruct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Azure OpenAI in client
1 participant